/* pc端 */
@media screen and (min-width: 1024px) {
	html {
		/* 1rem=16px */
		font-size: 16px !important;
	}

	/* 移动端 底部 display: none;  */
	.mobile-foot {
		display: none;
	}

	.pc-foot {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 400px;
		background-image: url(../img/foot-bgc.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;

		/*IE8 图片透明不可用filter*/
		-ms-behavior: url(../css/backgroundsize.min.htc);
		behavior: url(../css/backgroundsize.min.htc);
	}

	.pc-foot .apartLine {
		width: 70px;
		height: 3px;
		border-left: 25px solid #ff0038;
		background: #064393;
	}

	.pc-foot .aboutVg {
		height: 85%;
		position: relative;
		margin: 2% 7%;
	}

	.foot-visiable {
		z-index: 99;
	}

	.pc-foot .simpleAbout {
		width: 30%;
		height: 100%;
		position: absolute;
		left: 0;
	}

	.pc-foot .moreAbout {
		width: 70%;
		position: absolute;
		left: 28%;
	}

	.pc-foot th {
		text-align: left;
		font-weight: 400;
		color: #ffffff;
		padding: 10px 2px;
		font-size: 15px;

	}

	.pc-foot td {
		text-align: left;
		font-weight: 400;
		padding: 5px 0;

	}

	.pc-foot .muen td a {
		font-size: 13px;
		color: #8d919d !important;
		padding-left: 0px;
		font-weight: 400;
	}


	/* foot a链接样式 */
	.pc-foot a {
		color: #E3E3E3;
		text-decoration: none;
		font-size: 14px;
		display: block;
	}

	.pc-foot a:hover {
		color: #FFFFFF;
		text-decoration: none
	}

	.pc-foot a:visited {
		color: #FFFFFF;
	}


	.pc-foot .titleText {
		line-height: 25px;
		padding-left: 62px;
		text-indent: -60px;
		font-size: 14px
	}

	.pc-foot .iconPart {
		width: 125%;
		top: 48%;
		margin-top: 30px;
		padding-left: 10px;
	}

	.pc-foot .iconSty {
		width: 45px;
		height: 45px;
		border: 1px solid white;
		margin-right: 6%;
		border-radius: 50px;
		/* ie8  兼容border-radius */
		behavior: url(PIE.htc);
		padding: 4px;
		cursor: pointer;
	}

	.pc-foot .foot-img {
		position: absolute;
		top: 0;
		left: 0;
		height: 12%;
		width: 100%;
	}

	.pc-foot .imgSty {
		overflow: hidden;
		height: 100%;
		width: 100%;
	}


	.pc-foot h5 {
		border-bottom: 1px solid #E3E3E3;
		padding-bottom: 10px;
		color: #FFFFFF;
	}


	.pc-foot .copyRight {
		left: 0;
		bottom: 0;
		width: 200%;
		margin-top: 40px;
		font-size: 12px;
		padding-left: 10px;
	}

	.pc-foot .midAbout {
		position: absolute;
		right: 0;
		top: 285px;
		font-size: 12px;
	}

	.pc-foot .subSty a {
		font-size: 12px;
	}


	.pc-foot .subSty {
		padding: 0 20px;
		border-right: 2px solid #E3E3E3;
		display: inline-block;
	}

}

/* 手机端 */
@media screen and (max-width: 1024px) {
	html {
		/* 1rem=14px */
		font-size: 14px !important;
	}

	/* pc 底部 display: none;  */
	.pc-foot {
		display: none;
	}

	.mobile-foot {
		box-sizing: border-box;
		width: 100%;
		background-color: #2f4666;
		color: #FFFFFF;
		padding: 20px 15px 10px;
	}

	.mobile-foot img {
		width: 35%;
	}

	.mobile-foot-con {
		padding-top: 10px;
		line-height: 26px;
	}

	.mobile-foot-con a {
		color: #FFFFFF;
	}

	.mobile-foot-con a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}

	.mobile-foot-con .right-info {
		margin-top: 10px;
		text-align: center;
		font-size: 12px;
	}
}
